home *** CD-ROM | disk | FTP | other *** search
/ World of Video / World of Video.iso / gfxprograms / conversion / pbmplus / doc / ppmtops.doc < prev    next >
Text File  |  1995-02-13  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4. ppmtops(1)                  PBM Plus                   ppmtops(1)
  5.  
  6.  
  7.  
  8. NAME
  9.      ppmtops - convert a portable pixmap into color Encapsulated
  10.      PostScript
  11.  
  12. SYNOPSIS
  13.      ppmtops [-scale <x>] [<ppmfile>]
  14.  
  15. DESCRIPTION
  16.      Reads a portable pixmap as input.  Produces Encapsulated
  17.      PostScript as output, using the colorimage operator.  This
  18.      operator is only defined on color printers and very recent
  19.      B&W printers.  Most of the time you will NOT want to use
  20.      ppmtops; instead, do a ppmtopgm | pgmtops.
  21.  
  22.      The -scale flag controls the scale of the result.  The
  23.      default scale is 1, which results in one ppm pixel producing
  24.      a 3x3 square of PostScript pixels.  On a 300 dpi printer
  25.      such as the Apple LaserWriter, this makes the output look
  26.      about the same size as the input would if it was displayed
  27.      on a typical 72 dpi screen.  To get one ppm pixel per Laser-
  28.      Writer pixel, use "-s 0.333333".
  29.  
  30.      All flags can be abbreviated to their shortest unique pre-
  31.      fix.
  32.  
  33.      Note that there is no pstoppm tool - this transformation is
  34.      one-way, because a pstoppm tool would be a full-fledged
  35.      PostScript interpreter, which is beyond the scope of this
  36.      package.
  37.  
  38. SEE ALSO
  39.      ppm(5), pgmtops(1), psidtopgm(1)
  40.  
  41. AUTHOR
  42.      Copyright (C) 1989 by Jef Poskanzer.
  43.  
  44.      Permission to use, copy, modify, and distribute this
  45.      software and its documentation for any purpose and without
  46.      fee is hereby granted, provided that the above copyright
  47.      notice appear in all copies and that both that copyright
  48.      notice and this permission notice appear in supporting docu-
  49.      mentation.  This software is provided "as is" without
  50.      express or implied warranty.
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Printed 5/25/90         01 September 1989                       1
  64.  
  65.  
  66.  
  67.